Get Square Root
Command Prototype
dRet = Math.Sqr(dNum)
Command Description
Get square root of the parameter dNum
Parameter Description
- Required Parameter
- dNum--The data to process
- return
- dRet--The variable used to save the output of the function call